From b1bbebb5a25a2696e256cc04ef2ada920f93f312 Mon Sep 17 00:00:00 2001 From: Deepak Goel Date: Fri, 13 Mar 2009 20:33:27 +0000 Subject: [PATCH] m-v corrections. --- lisp/progmodes/flymake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 20fd68aa959..549bf4abe63 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -79,7 +79,7 @@ 'float-time (if (featurep 'xemacs) (lambda () - (multiple-value-bind (s0 s1 s2) (current-time) + (multiple-value-bind (s0 s1 s2) (values-list (current-time)) (+ (* (float (ash 1 16)) s0) (float s1) (* 0.0000001 s2))))))) (defalias 'flymake-replace-regexp-in-string -- 2.30.2